What is the main difference between custom controls and user controls?
1421
20-Jul-2017
Sushant Mishra
20-Jul-2017But User Controls (.ascx) are just like pages (.aspx). These controls are comparatively easy to create but tightly coupled with respect to User Interface and code. In order to use across multiple projects, we need to copy and paste to the other project as well.